翻訳と辞書
Words near each other
・ Asparuhovo, Burgas Province
・ Asparuhovo, Montana Province
・ Asparuhovo, Varna
・ Asp (comics)
・ Asp (fish)
・ Asp (reptile)
・ Asp (rocket)
・ Asp House
・ Asp Lake
・ ASP pistol
・ ASP Westward
・ ASP, Inc.
・ ASP.NET
・ ASP.NET AJAX
・ ASP.NET Dynamic Data
ASP.NET MVC
・ ASP.NET Razor view engine
・ ASP.NET vNext
・ ASP.NET Web Matrix
・ ASP.NET Web Site Administration Tool
・ Asp294His
・ ASPA
・ Aspa
・ Aspa (car)
・ Aspa (gastropod)
・ Aspa family
・ Aspa marginata
・ Aspa River
・ Aspa, Lleida
・ ASPAC


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

ASP.NET MVC : ウィキペディア英語版
ASP.NET MVC

The ASP.NET MVC is a web application framework developed by Microsoft, which implements the model–view–controller (MVC) pattern. It is open-source software, apart from the ASP.NET Web Forms component which is proprietary.
In the later versions of ASP.NET, ASP.NET MVC, ASP.NET Web API, and ASP.NET Web Pages (a platform using only Razor pages) will merge into a unified MVC 6. The project is called ASP.NET vNext.
== Background ==
Based on ASP.NET, ASP.NET MVC allows software developers to build a web application as a composition of three roles: ''Model'', ''View'' and ''Controller''.
The MVC model defines web applications with 3 logic layers:
* Model (business layer)
* View (display layer)
* Controller (input control)
A ''model'' represents the state of a particular aspect of the application. A ''controller'' handles interactions and updates the model to reflect a change in state of the application, and then passes information to the view. A ''view'' accepts necessary information from the controller and renders a user interface to display that information.
In April 2009, the ASP.NET MVC source code was released under the Microsoft Public License (MS-PL).
ASP.NET MVC framework is a lightweight, highly testable presentation framework that is integrated with existing ASP.NET features. Some of these integrated features are master pages and membership-based authentication. The MVC framework is defined in the System.Web.Mvc assembly.〔(【引用サイトリンク】title=ASP.NET MVC )
The ASP.NET MVC framework couples the models, views, and controllers using interface-based contracts, thereby allowing each component to be tested independently.

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「ASP.NET MVC」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.